home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1999-02-25  |  343 b   |  15 lines

  1. on exitFrame
  2.   set the visible of sprite 30 to 0
  3.   set the visible of sprite 56 to 1
  4.   set the visible of sprite 57 to 1
  5.   set the visible of sprite 58 to 1
  6.   set the visible of sprite 59 to 1
  7.   set the visible of sprite 60 to 1
  8.   set the visible of sprite 61 to 1
  9.   if the lastRoll < 450 then
  10.     go(the frame)
  11.   else
  12.     quit()
  13.   end if
  14. end
  15.